home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / echo311.zip / ECHODOOR.BAT < prev    next >
DOS Batch File  |  1992-03-23  |  1KB  |  35 lines

  1. ECHO OFF
  2. rem
  3. rem        ECHODOR.BAT Controling batch file
  4. rem
  5. rem        You MUST put the name "ECHODOR" in your MENU5 file (Doors Menu)
  6. rem        in ALL CAPS, Preceeded and followed by a SPACE!
  7. rem
  8. rem        The first  thing we have to do is change the Current Dir to the
  9. rem        Dir with the Echodor files.
  10. rem
  11. cd \echodor
  12. rem
  13. rem        Now, we need all the DORINFOx.DEF files from the RBBS dir.
  14. rem
  15. rem        If you specified the BBSPATH parameter in the DoorDriv.Ctl
  16. rem        file to point to the RBBS directory, then you don't have to
  17. rem        copy the file to the current directory.  EchoDor will know
  18. rem        where to look.
  19. rem
  20. rem copy \rbbs\dorinfo*.def
  21. rem
  22. rem
  23. rem         Now since RBBS will pass the node number to ECHODOR.BAT
  24. rem         on the command line, we need to run echodor passing the
  25. rem         node number.  This is how echomail figures out which
  26. rem         DORINFOx.DEF file to use.
  27. rem
  28. rem         With some software you may have to change the %1 to just
  29. rem         a 1 (or whatever node number your using - Don't confuse
  30. rem         this type of node number with a net/node number!).
  31. rem
  32. Echodor %1
  33. rem
  34. CD \rbbs
  35.